bitkeeper revision 1.1327.1.3 (426584a23wQiUIp8f6GBvZpPQBMRhA)
authordjm@sportsman.spdomain <djm@sportsman.spdomain>
Tue, 19 Apr 2005 22:22:26 +0000 (22:22 +0000)
committerdjm@sportsman.spdomain <djm@sportsman.spdomain>
Tue, 19 Apr 2005 22:22:26 +0000 (22:22 +0000)
Update documentation to reflect rebasing

xen/arch/ia64/tools/README.xenia64

index f7f5b304b6580309a5f96ef35edf4293bd8903ca..f099e5c9296bb85e5e69c3ec5b6b22de69646f82 100644 (file)
@@ -1,19 +1,15 @@
 # Xen/ia64 heavily leverages/reuses many files from Linux/ia64
 # you need the following files from kernel.org
-#  linux-2.6.7.tar.gz
-#  linux-2.6.7-ia64-040619.diff.gz
+#  linux-2.6.11.tar.gz
 # place these in the parent directory of the xenXXX.bk tree
-# e.g. xen-unstable.bk should be in the same directory as linux-2.6.7.tar.gz
+# e.g. xen-unstable.bk should be in the same directory as linux-2.6.11.tar.gz
 
-# unpack linux-2.6.7 in the xenXXX.bk/.. directory and apply the patch
-gunzip linux-2.6.7-ia64-040619.diff.gz
-tar xzf linux-2.6.7.tar.gz
-cd linux-2.6.7
-# is there a way to gunzip as part of patch?
-patch -p1 <../../../linux-2.6.7-ia64-040619.diff
+# unpack linux-2.6.11 in the xenXXX.bk/.. directory
+tar xzf linux-2.6.11.tar.gz
+cd linux-2.6.11
 
-# go back to the xen subdirectory of xen*.bk
-cd xen*.bk/xen
+# go back to the xen subdirectory of xenXXX.bk
+cd xenXXX.bk/xen
 
 # create and patch the linux/ia64 files
 bash arch/ia64/tools/mkbuildtree